projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
92efbb8
)
Remove an unused variable
author
João Távora
<joaotavora@gmail.com>
Mon, 14 May 2018 10:41:46 +0000
(11:41 +0100)
committer
João Távora
<joaotavora@gmail.com>
Mon, 14 May 2018 10:41:46 +0000
(11:41 +0100)
* eglot.el (eglot--expect-carriage-return): Get rid of this.
lisp/progmodes/eglot.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/eglot.el
b/lisp/progmodes/eglot.el
index eab7ce71113e5f931efac0b43373a2da2caf82e7..9b0f290af50263f0606e9285735b692efd614878 100644
(file)
--- a/
lisp/progmodes/eglot.el
+++ b/
lisp/progmodes/eglot.el
@@
-532,8
+532,6
@@
is a symbol saying if this is a client or server originated."
(eglot--call-deferred proc)
(force-mode-line-update t))))
-(defvar eglot--expect-carriage-return nil)
-
(defun eglot--process-send (proc message)
"Send MESSAGE to PROC (ID is optional)."
(let ((json (json-encode message)))
@@
-542,7
+540,7
@@
is a symbol saying if this is a client or server originated."
json))
(eglot--log-event proc message 'client)))
-(defvar eglot--next-request-id 0)
+(defvar eglot--next-request-id 0
"ID for next request."
)
(defun eglot--next-request-id ()
"Compute the next id for a client request."